@charset "utf-8";
/*公共样式*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
img {
  max-width: 100%;
}

li {
  list-style: none;
}

.clearfix:after {
  content: '\200B';
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
} /*IE/7/6*/

.center {
  width: 1200px;
  margin: 0 auto;
}

body {
  min-width: 1200px;
  background-color: #f3f3f3;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
}
/*头部*/
.status {
  padding: 0 25px 20px;
}

.logo {
  float: left;
  width: 439px;
}

.search {
  position: relative;
  float: right;
  width: 230px;
  height: 35px;
  margin-top: 30px;
  border: solid 1px #ddd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  margin-right: 70px;
}

.search input[type='text'] {
  float: left;
  width: 186px;
  height: 33px;
  padding: 0 10px;
  border: none;
  border-right: solid 1px #eee;
  outline: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search span {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 7px 0 0 12px;
  background: url(../images/icon-search.png) 0 0 / 100% 100%;
}

.search input[type='submit'] {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 35px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

nav {
  width: 100%;
  height: 55px;
  padding-top: 3px;
  background-color: #28166f;
}

nav ul {
  display: flex;
}

nav ul li {
  position: relative;
  /* float: left; */
  flex: 1;
}

nav ul li a {
  display: inline-block;
  width: 165px;
  height: 52px;
  line-height: 52px;
  margin: 0 3px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.st-nav {
  display: none;
  position: absolute;
  left: 3px;
  top: 52px;
  width: 165px;
  background-color: #28166f;
  z-index: 15;
}

.st-nav a {
  margin: 0;
}

.second-nav {
  position: relative;
}

.second-nav:hover .third-nav {
  display: block;
}

.third-nav {
  display: none;
  width: 210px;
  position: absolute;
  top: 0;
  right: -210px;
  background: #28166f;
}

.third-nav a {
  width: 210px !important;
}

nav ul li a.pitch-on,
nav ul li a:hover {
  color: #28166f;
  background-color: #fff;
}

nav ul li:hover .st-nav {
  display: block;
}

.banner {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.banner span {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-top: -25px;
  background: url(../images/icon-arrow.png) 0 0 / 100% 100%;
  z-index: 10;
}

.banner span[data-click='n'] {
  left: 0;
}

.banner span[data-click='p'] {
  right: 0;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner-list {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.banner-list ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  text-align: center;
  overflow: hidden;
}

.banner-list ul li img {
  height: 100%;
}
/*头部 end*/
.home-ident {
  margin-top: 15px;
}

.home-ident ul li {
  position: relative;
  float: left;
  width: 380px;
  height: 236px;
  overflow: hidden;
}

.home-ident ul li {
  margin-bottom: 30px;
}
.home-ident ul li:not(:nth-child(3n + 1)) {
  margin-left: 30px;
}
.home-ident ul li:first-child {
  margin-left: 0;
}

.home-ident-hover {
  position: absolute;
  left: 0;
  top: 146px;
  width: 100%;
  height: 100%;
  padding: 22px;
  text-align: center;
  line-height: 1.35;
  font-size: 16px;
  color: #fff;
  -ms-transition: top 0.6s;
  -moz-transition: top 0.6s;
  -webkit-transition: top 0.6s;
  transition: top 0.6s;
}

.home-ident-hover[data-num='1'] {
  background-color: rgba(22, 49, 111, 0.6);
}
.home-ident-hover[data-num='2'] {
  background-color: rgba(40, 22, 111, 0.6);
}
.home-ident-hover[data-num='3'] {
  background-color: rgba(85, 22, 111, 0.6);
}

.home-ident-hover p {
  text-align: left;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-ident-hover i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 10px;
  background: url(../images/icon-more.png) 0 0 / 100% 100%;
}

.home-ident ul li a:hover .home-ident-hover {
  top: 0;
}
.home-set {
  margin: 30px 0 40px;
}

.home-new,
.home-mss,
.home-about {
  float: left;
  width: 380px;
  height: 590px;
}

.home-mss,
.home-about {
  margin-left: 30px;
}

.home-nav {
  width: 100%;
  height: 40px;
  padding-top: 3px;
  background-color: #28166f;
}

.home-nav a {
  display: inline-block;
  float: left;
  width: 120px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  margin: 0 3px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.home-nav a.pitch-on {
  color: #28166f;
  background-color: #fff;
}

.home-set-bg {
  width: 100%;
  height: 507px;
  background-color: #fff;
  /* overflow: hidden; */
}

.home-set-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  background-color: #52448b;
}

.home-set-btn a {
  font-size: 14px;
  color: #fff;
}

.home-set-btn a i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 3px;
  vertical-align: -5%;
  background: url(../images/set-more.png) 0 0 / 100% 100%;
}

.home-new-2,
.home-new-3,
.home-mss-2,
.home-mss-3,
.home-about-2,
.home-about-1 {
  display: none;
}

.home-new-1 ul {
  padding: 0 15px;
}

.home-new-1 ul li {
  width: 100%;
  height: 125px;
  padding-top: 25px;
}

.home-new-1 ul li + li {
  border-top: solid 1px #eee;
}

.home-new-1-left {
  float: left;
  width: 106px;
  height: 82px;
  overflow: hidden;
}

.home-new-1-right {
  float: right;
  width: 220px;
}

.home-new-1-right span {
  font-weight: bold;
  font-size: 12px;
  color: #999;
}

.home-new-1-right h3 {
  line-height: 20px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home-new-1-right p {
  line-height: 20px;
  margin-top: 5px;
  font-size: 14px;
  color: #4d4d4d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-new-1 a:hover h3 {
  color: #28166f;
}

.home-new-2 ul {
  padding: 27px 34px;
}

.home-new-2 ul li {
  position: relative;
  padding-left: 22px;
  margin-top: 10px;
  line-height: 1.2;
}

.home-new-2 ul li:after {
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #28166f;
}

.home-new-2 ul li a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-new-2 ul li a:hover {
  color: #28166f;
}
.home-new-3 .home-set-bg {
  padding: 30px 38px 18px;
}

.home-new-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.home-new-3 ul li {
  position: relative;
  padding-left: 22px;
  margin-top: 12px;
}

.home-new-3 ul li:after {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #28166f;
}

.home-new-3 a {
  font-size: 14px;
  /* color: #4d4d4d; */
}

.home-new-3 p {
  float: left;
  width: 180px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-new-3 span {
  display: inline-block;
  float: right;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
  background-color: #ccc;
}

.home-new-3 a:hover p {
  color: #28166f;
}
.home-new-3 a:hover span {
  color: #fff;
  background-color: #28166f;
}
.swiper-box2,
.swiper-box1 {
  background: #fff;
}

.home-mss-1 .swiper-slide,
.home-mss-2 .swiper-slide {
  width: 320px !important;
  height: 428px !important;
  margin: 30px;
}

.home-mss-2:hover .box2-btn,
.home-mss-1:hover .box1-btn {
  opacity: 1;
}

.box1-btn,
.box2-btn {
  position: absolute;
  user-select: none;
  width: 30px;
  box-sizing: content-box;
  height: 30px;
  /* background: rgba(200,200,200,.8); */
  top: 42%;
  left: 10px;
  margin-top: -15px;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  color: #666;
  line-height: 30px;
  opacity: 0;
  font-family: '黑体';
  z-index: 10;
}

.box2-btn-right,
.box1-btn-right {
  left: auto;
  right: 10px;
  text-align: right;
}

.home-mss-2,
.home-mss-1 {
  width: 380px;
  position: relative;
  overflow: hidden;
}
/* 
.swiper-box1{
	width: 1000%;
} */

/* .home-mss-1 .home-set-bg{padding: 30px 36px;} */
.home-mss-1 ul li + li {
  margin-top: 15px;
}
.home-mss-2. .swiper-wrapper,
.home-mss-1. .swiper-wrapper {
  width: 9999999px;
  height: 428px;
}

.home-mss-2 .swiper-wrapper ul,
.home-mss-1 .swiper-wrapper ul {
  float: left;
}

.home-mss-1-img {
  width: 100%;
  height: 178px;
  overflow: hidden;
}

.home-mss-1-img img {
  min-height: 178px;
}

.home-mss-1-main a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 16px;
  margin-top: 8px;
  font-size: 14px;
  color: #4d4d4d;
}

.home-mss-1-main a:after {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #28166f;
}

.home-mss-1-main a p {
  float: left;
  width: 180px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-mss-1-main a span {
  display: inline-block;
  float: right;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
  background-color: #ccc;
}

.home-mss-1-main a:hover p {
  color: #28166f;
}
.home-mss-1-main a:hover span {
  color: #fff;
  background-color: #28166f;
}

/* .home-mss-2 .home-set-bg{padding: 24px;} */

.home-mss-2 ul li {
  float: left;
  width: 100%;
  /* width: 160px; */
  height: 100%;

  /* margin-top: 10px;
	border: solid 1px #eee; */
  overflow: hidden;
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
  display: flex;
  align-items: center;
}

.home-mss-2 ul li img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-mss-2 ul li:nth-of-type(2n) {
  margin-left: 7px;
}

.home-mss-3 .home-set-bg {
  padding: 0 20px;
}

.home-mss-3 ul li {
  margin-top: 30px;
  font-size: 14px;
  color: #4d4d4d;
}

.home-mss-3 ul li input[type='text'] {
  width: 260px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  margin-left: 5px;
  border-radius: 5px;
  border: solid 1px #eee;
  outline: none;
}

.home-mss-3 ul li input[type='submit'] {
  width: 210px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: #28166f;
}

.home-about-1 .home-set-bg,
.home-about-2 .home-set-bg {
  padding-top: 100px;
}
.home-about-map {
  width: 352px;
}

.home-about-introduct {
  width: 100%;
  height: 50px;
  line-height: 20px;
  text-align: center;
  padding-top: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  background-color: #cdbdf2;
}

.home-about-3 .home-set-bg {
  padding: 27px;
}

.home-about-3 p {
  line-height: 30px;
  font-size: 14px;
  color: #4d4d4d;
}

.home-about-3 p span {
  color: #333;
}
.about {
  margin: 30px 0 75px;
}

.left-nav {
  float: left;
  width: 257px;
  padding-right: 40px;
}

.left-nav h2 {
  width: 100%;
  height: 90px;
  line-height: 90px;
  padding-left: 13px;
  font-size: 24px;
  color: #fff;
  background-color: #28166f;
}

.left-nav-1 {
  width: 100%;
  padding: 15px 0 15px 15px;
  margin-top: 20px;
  background-color: #ccc;
}

.left-nav-1 ul li {
  position: relative;
}

.left-nav-1 ul li .sub-nav {
  width: 237px;
  position: absolute;
  right: -237px;
  top: 0;
}

.left-nav-1 ul li + li {
  margin-top: 15px;
}

.left-nav-1 ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
  color: #666;
  z-index: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.left-nav-1 ul li.pitch-on a {
  color: #fff;
  overflow: inherit;
}

.left-nav-1 ul li:before {
  position: absolute;
  left: -3px;
  top: 0;
  content: '▶';
  line-height: 50px;
  font-size: 24px;
  color: #28166f;
  z-index: 3;
}

.left-nav-1 ul li.pitch-on:before {
  color: #fff;
}

.left-nav-1 ul li.pitch-on > a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 240px;
  height: 50px;
  background-color: #28166f;
  z-index: -1;
}

.left-nav-1 ul li:hover .sub-nav {
  display: block;
}

.left-nav-1 ul li .sub-nav {
  z-index: 100;
  display: none;
  color: #666 !important;
}

.left-nav-1 ul li .sub-nav a {
  color: #666 !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.left-nav-1 ul li .sub-nav a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 240px;
  height: 50px;
  background-color: #ccc;
  z-index: -1;
}

.left-nav-1 ul li .sub-nav a.active:before {
  background-color: #28166f;
}

.left-nav-1 ul li .sub-nav a.active {
  color: #fff !important;
}

.left-nav-1 ul li .sub-nav a.active:after {
  position: absolute;
  left: 215px;
  top: 10px;
  content: '';
  width: 25px;
  height: 31px;
  background: url(../images/left-nav-on.png) 0 0 / 100% 100%;
}

.left-nav-1 ul li.pitch-on > a:after {
  position: absolute;
  left: 215px;
  top: 10px;
  content: '';
  width: 25px;
  height: 31px;
  background: url(../images/left-nav-on.png) 0 0 / 100% 100%;
}

.left-nav-2 {
  width: 100%;
  margin-top: 20px;
  padding: 0 12px 30px;
  background-color: #ccc;
}

.left-nav-2 h4 {
  padding: 14px 16px;
  font-weight: normal;
  font-size: 14px;
  color: #4d4d4d;
  border-bottom: solid 1px #eee;
}

.left-nav-2-p {
  padding: 10px 16px;
  font-size: 12px;
  color: #4d4d4d;
}

.about-main {
  float: right;
  width: 912px;
}

.break-nav {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 18px;
  text-align: right;
  border-bottom: solid 3px #eee;
}

.break-nav span,
.break-nav a {
  margin: 0 2px;
  font-size: 12px;
  color: #666;
}

.break-nav a:hover {
  color: #28166f;
}
.about-main-introduce {
  padding-top: 30px;
}

.about-introduce-list {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  border: solid 1px #eee;
  overflow: hidden;
  -ms-transition: height 0.6s;
  -moz-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}

.about-introduce-list h3 {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 33px 0 17px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.about-introduce-list h3 i {
  display: inline-block;
  position: absolute;
  right: 33px;
  top: 19px;
  width: 20px;
  height: 12px;
  background: url(../images/about-off.png) 0 0 / 100% 100%;
}

.about-introduce-list-main {
  padding: 15px 33px 33px 17px;
}

.about-introduce-list-main h4 {
  font-size: 14px;
  color: #4d4d4d;
}

.about-introduce-list-main p {
  text-indent: 2em;
  line-height: 24px;
  font-size: 12px;
  color: #333;
}

.about-2 {
  padding: 20px 0 60px;
}
.about-2-main {
  padding-bottom: 40px;
}

.about-2-main ul li {
  float: left;
  width: 210px;
  margin: 18px 0 0 24px;
  text-align: center;
}

.about-2-main ul li:nth-of-type(4n + 1) {
  margin-left: 0;
}

.about-2-img {
  width: 100%;
  height: 298px;
  border: solid 1px #eee;
  overflow: hidden;
}

.about-2-main ul li a p {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-2-main ul li a:hover p {
  color: #28166f;
}

.page {
  text-align: center;
}
.page ul {
  display: inline-block;
}
.page ul li {
  float: left;
}

.page ul li a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  margin: 0 5px;
  font-size: 12px;
  color: #4d4d4d;
  border: solid 1px #52448b;
}

.page ul li a.pitch-on {
  color: #fff;
  background-color: #52448b;
}

.about-3 {
  width: 740px;
  margin: 40px auto 0;
}

.about-4-list {
  margin-top: 34px;
  font-size: 14px;
  color: #4d4d4d;
}

.about-4-list p {
  margin-top: 15px;
}

.about-4-list ul li {
  float: left;
  width: 210px;
  margin-top: 15px;
}

.about-4-list ul li + li {
  margin-left: 24px;
}
.about-4-list ul li p {
  text-align: center;
}
.ident {
  padding: 30px 0 70px;
}
.ident-nav {
  text-align: center;
}
.ident-nav ul {
  display: inline-block;
}
.ident-nav ul li {
  float: left;
}

.ident-nav ul li a {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 14px;
  font-size: 14px;
  color: #4d4d4d;
  background-color: #ccc;
  border-radius: 5px;
}

.ident-nav ul li a.pitch-on {
  color: #fff;
  background-color: #52448b;
}

.ident-main {
  line-height: 24px;
  font-size: 14px;
  color: #4d4d4d;
}

.ident-img {
  width: 697px;
  margin: 30px auto 0;
}

.ident-1-list {
  line-height: 24px;
  margin-top: 30px;
  font-size: 14px;
  color: #4d4d4d;
}

.ident-4 {
  margin-top: 35px;
}

.ident-4 .ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.ident-4 .ul .li {
  margin-top: 10px;
  font-size: 14px;
  color: #4d4d4d;
  width: 50%;
  display: inline-block;
}

.ident-4 .ul .li.textarea {
  width: 100%;
}

.ident-4 .ul .btn {
  width: 100%;
  margin-top: 20px;
}

.ident-4 .ul .btn input {
  margin-left: 80px;
}

.ident-4 input {
  width: 334px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  margin-left: 10px;
  outline: none;
  border: solid 1px #ccc;
  border-radius: 6px;
  background-color: rgb(242, 242, 242);
}

.ident-4 select {
  width: 334px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  margin-left: 6px;
  outline: none;
  border: solid 1px #ccc;
  border-radius: 6px;
  background-color: rgb(242, 242, 242);
}

.ident-4 p {
  display: inline-block;
  width: 790px;
  height: 120px;
  vertical-align: top;
  padding: 8px 15px;
  margin-left: 10px;
  border-radius: 6px;
  border: solid 1px #ccc;
  background-color: rgb(242, 242, 242);
}

.ident-4 p textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  resize: none;
  background-color: #f3f3f3;
}

.ident-4 input[type='submit'] {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding-left: 0;
  font-size: 14px;
  border: none;
  color: #fff;
  background-color: #28166f;
}

.train-seacrch {
  margin: 20px auto;
  width: 380px;
  height: 280px;
  padding: 0 16px;
  border-radius: 5px;
  border: solid 1px #28166f;
}

.train-seacrch ul li {
  margin-top: 28px;
}

.train-seacrch-name {
  float: left;
  font-size: 14px;
  color: #4d4d4d;
}

.train-seacrch-input input {
  float: right;
  width: 215px;
  height: 54px;
  padding: 0 10px;
  border-radius: 5px;
  border: solid 1px #28166f;
  outline: none;
  background-color: #f3f3f3;
}

.train-seacrch input[type='submit'] {
  width: 210px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 28px 0 0 66px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background-color: #28166f;
  border: none;
  outline: none;
}

.search-ing {
  width: 680px;
  height: 427px;
  margin: 37px auto 0;
}

.search-ing h2 {
  width: 100%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background-color: #52448b;
}

.diploma-search-main {
  width: 100%;
  height: 359px;
  text-align: center;
  padding-top: 30px;
  border: solid 1px #eee;
  border-top: none;
  background-color: #fff;
}

.diploma-search-main ul li {
  margin-top: 30px;
  font-size: 14px;
  color: #333;
}

.diploma-search-main ul li input {
  width: 331px;
  height: 48px;
  line-height: 48px;
  padding-left: 14px;
  margin-left: 10px;
  outline: none;
  border: solid 1px #eee;
  border-radius: 5px;
}

.diploma-search-main ul li input[type='submit'] {
  width: 280px;
  font-size: 16px;
  color: #fff;
  border: none;
  background-color: #28166f;
}

.diploma-search-main ul li p {
  margin-top: 10px;
  font-size: 14px;
  color: #c70000;
}

.search-result {
  margin: 30px 0;
}

.search-result-title,
.search-result-list {
  width: 100%;
  min-height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #666;
  background-color: #b6b0cb;
}

.search-result-list {
  border: solid 1px #eee;
  border-top: none;
  background-color: #f3f3f3;
}

.search-result-title ul li,
.search-result-list ul li {
  /* float: left; */
  width: 36%;
  /* flex: 1; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-result-title ul li,
.search-result-list ul {
  display: flex;
  align-items: center;
}

.search-result-title ul li + li,
.search-result-list ul li + li.no {
  min-height: 44px;
  padding: 10px 0;
  line-height: 1.5;
  text-align: left;
  width: 18%;
  white-space: pre-wrap;
}
.search-result-title ul li + li,
.search-result-list ul li + li {
  width: 15%;
}

.contact,
.duty {
  margin-top: 40px;
}

.content-way h3 {
  line-height: 50px;
  font-size: 18px;
  color: #28166f;
}

.conatct-main {
  width: 100%;
  padding: 14px 200px 19px 19px;
  margin-bottom: 68px;
  font-size: 14px;
  color: #4d4d4d;
  background-color: #e6e6e6;
}

.conatct-main ul li + li {
  margin-top: 13px;
}

.conatct-main ul li:after {
  content: '';
  height: 1px;
  display: block;
  clear: both;
}

.conatct-main span {
  display: inline-block;
  font-weight: bold;
  min-width: 70px;
}

.conatct-main p {
  float: left;
  width: 50%;
}

.duty ul li {
  float: left;
  width: 220px;
  margin: 10px 0 0 10px;
}

.duty ul li:nth-of-type(4n + 1) {
  margin-left: 0;
}

.duty a {
  display: inline-block;
  width: 100%;
  height: 82px;
  padding: 5px;
  border: solid 1px #eee;
  border-radius: 5px;
}

.duty a h4 {
  font-size: 14px;
  color: #333;
}

.duty a p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.duty a:hover h4 {
  color: #28166f;
}

.new,
.new-detail {
  margin: 40px 0;
}

.new-main {
  margin-bottom: 30px;
}

.new-main ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 50px;
  font-size: 14px;
  color: #666;
}

.new-main ul li:nth-of-type(2n) a {
  background-color: #cac7d9;
}

.new-main ul li a:after {
  position: absolute;
  left: 32px;
  top: 12px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #28166f;
}

.new-detail-title {
  text-align: center;
}

.new-detail-title h2 {
  font-size: 20px;
  color: #28166f;
}

.new-detail-title p {
  margin-top: 13px;
  font-size: 12px;
  color: #888;
}

.new-detail-main {
  margin-top: 30px;
}

.new-detail-main p {
  line-height: 24px;
  font-size: 14px;
  color: #4d4d4d;
  text-indent: 2em;
}
/*底部*/
.footer-top {
  width: 100%;
  padding: 30px 0 44px;
  border-top: solid 4px #aaa;
  background-color: #ddd;
}

.footer-nav {
  float: left;
  width: 670px;
}

.footer-nav-list {
  float: left;
  width: 210px;
  line-height: 1;
  margin-right: 10px;
}

.footer-nav-list ul li + li {
  margin-top: 15px;
}

.footer-nav-list a {
  font-size: 14px;
  color: #4d4d4d;
}

.footer-nav-list a h4 {
  line-height: 30px;
  font-size: 18px;
  color: #16316f;
}

.footer-nav-list a:hover {
  text-decoration: underline;
}
.footer-nav-list a:hover h4 {
  color: #55166f;
}

.footer-friend {
  position: relative;
  float: right;
  width: 385px;
}

.footer-friend-link {
  width: 100%;
  height: 85px;
  padding: 5px 20px 0;
  background-color: #8274bd;
}

.footer-friend-link p {
  font-size: 14px;
  color: #28166f;
}

.footer-friend-link select {
  margin-top: 10px;
  width: 100%;
  height: 30px;
  background: transparent;
  border: 1px solid #bfbfbf;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 28px;
  font-size: 12px;
  background: url(../images/icon-select.png) no-repeat right center;
  padding: 0 40px 0 10px;
  color: #fff;
  margin-top: 10px;
  font-weight: normal;
  outline: none;
}

.footer-friend-link select option {
  color: #777;
}

.footer-care {
  margin-top: 20px;
}

.footer-care span {
  float: left;
  line-height: 35px;
  font-weight: bold;
  font-size: 18px;
  color: #28166f；;
}

.footer-care a {
  display: inline-block;
  float: left;
  width: 35px;
  margin-left: 15px;
}

.footer-care-ewm {
  display: none;
  position: absolute;
  left: -100px;
  top: 0;
  width: 80px;
  height: 80px;
}

.footer-bottom {
  width: 100%;
  padding: 15px 0;
  background-color: #28166f;
}

.footer-bottom span {
  float: left;
  /* padding: 0 34px; */
  font-size: 14px;
  color: #fff;
}

.footer-bottom span:first-child {
  padding-left: 0;
  /* border-right: solid 1px #fff; */
}

.footer-bottom a {
  /* float: left; */
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  position: relative;
  display: inline-block;
  /* border-right: solid 1px #fff; */
}
.footer-bottom a.sg:after {
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  top: 25%;
  left: 0;
  background: #fff;
  position: absolute;
}

.footer-bottom a:hover {
  text-decoration: underline;
}
.welcome {
  padding-right: 25px;
  text-align: right;
  line-height: 2.6;
}
.welcome span {
  padding: 0 8px;
}
.welcome a {
  color: #716e6e;
}
.footer-center {
  width: 110px;
  float: left;
  margin-left: 30px;
}
.footer-center p {
  text-align: center;
  margin: 12px 0;
}
.footer-center p a {
  font-size: 16px;
}
/*底部 end*/

.ygjd-title {
  font-size: 18px;
  color: #28166f;
  line-height: 40px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.ygjd-box {
  display: flex;
  margin-bottom: 20px;
}

.ygjd-item {
  flex: 1;
  font-size: 16px;
  line-height: 40px;
  color: #666;
  color: #333;
  display: flex;
}

.ygjd-item span {
  display: block;
  width: 80px;
}

.ygjd-item span b {
  color: #f00;
}

.ygjd-item div {
  flex: 1;
  margin-left: 10px;
  margin-right: 16px;
}

.ygjd-item div input {
  height: 40px;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0 10px;
  color: #999;
  background: #f9f9f9;
  font-size: 14px;
}

.ygjd-item div textarea {
  height: 80px;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 10px;
  color: #999;
  background: #f9f9f9;
  font-size: 14px;
}

.ygjd-item.text2 textarea {
  height: 140px;
}

.ygjd-item.textarea div {
  margin-left: 0;
}

.ygjd-item.file div input {
  margin: 2px 0 0 0;
  border: none;
  width: auto;
  padding: 6px;
  height: auto;
}

.ygjd-item div input.error,
.ygjd-item div textarea.error {
  border-color: #f00;
}

.ygjd-item.file div span {
  width: auto;
  font-size: 12px;
  color: #999;
}

#ygjd-btn {
  width: 150px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  display: block;
  color: #fff;
  background: #28166f;
  border-radius: 6px;
  border: none;
}

.ygjd-item label.error {
  display: none !important;
}
